home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk40 / smorse / makefile < prev    next >
Makefile  |  1995-03-18  |  605b  |  25 lines

  1.  
  2. SendMorse: ram:SendMorse
  3.         copy ram:SendMorse SendMorse
  4.  
  5. ram:SendMorse.o: SendMorse.c SendMorse.h
  6.         make ram:SendMorse.c
  7.         make ram:SendMorse.syms
  8.         cc +Iram:SendMorse.syms ram:SendMorse.c
  9.         copy ram:SendMorse.o SendMorse.o
  10.  
  11. ram:SendMorse.c: SendMorse.c
  12.         copy SendMorse.c ram:
  13.  
  14. ram:SendMorse.syms: SendMorse.h
  15.         cc +Hram:SendMorse.syms SendMorse.h
  16.         copy ram:SendMorse.syms SendMorse.syms
  17.  
  18. ram:SendMorse: ram:SendMorse.o
  19.         make ram:c.lib
  20.         ln -o ram:SendMorse ram:SendMorse.o -lram:c
  21.  
  22. ram:c.lib: df1:lib/c.lib
  23.         copy df1:lib/c.lib ram:
  24.  
  25.